home *** CD-ROM | disk | FTP | other *** search
/ The Virtual Portfolio - N…a Showcase - Book 5 1995 / VIRTUAL [md5 EC7DB5CC033E38E511F666CE80BCE509].ISO / mac / Main / VP.mac / 00101.ls < prev    next >
Encoding:
Text File  |  1995-07-18  |  147 b   |  11 lines

  1. on mouseDown
  2.   set the ink of sprite 29 to 34
  3.   updateStage()
  4. end
  5.  
  6. on mouseUp
  7.   set the ink of sprite 29 to 5
  8.   updateStage()
  9.   go("lastCred")
  10. end
  11.